home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / blckade.exe / RUNDEMO.BAT < prev    next >
DOS Batch File  |  1992-03-10  |  327b  |  18 lines

  1.  demo /F /O
  2.  waitfor 5
  3.  cls
  4. rem              Brand (initialize) it so blockade() will work
  5.  brand demo  /uf=userdata.dat
  6.  waitfor 5
  7.  cls
  8. rem              Show the results on a clean file
  9.  demo
  10.  waitfor 5
  11.  cls
  12. rem             Show the results on a corrupted file
  13.  demo /C
  14. rem             end of demo file...
  15.  
  16.  
  17.  
  18.